Skip to content

Conversation

@JLLeitschuh
Copy link
Member

No description provided.

public class GRIPSourcesModule extends AbstractModule {
@Override
protected void configure() {
bind(CameraSource.FrameGrabberFactory.class).to(CameraSource.FrameGrabberFactoryImpl.class);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're going to call this GRIPSourcesModule, it should handle everything for every source -- not just the FrameGrabberFactory

@codecov-io
Copy link

codecov-io commented Apr 12, 2016

Current coverage is 53.60%

Merging #567 into master will decrease coverage by -0.00%

  1. 3 files (not in diff) in ...grip/core/operations were modified. more
  2. 2 files (not in diff) in ...va/edu/wpi/grip/core were modified. more
    • Misses +3
    • Hits -3
  3. File ...StoppableButton.java (not in diff) was modified. more
    • Misses 0
    • Partials +1
    • Hits -1
  4. File ...ThresholdMoving.java (not in diff) was deleted. more
@@             master   #567   diff @@
======================================
  Files           158    158          
  Lines          4699   4682    -17   
  Methods           0      0          
  Branches        500    499     -1   
======================================
- Hits           2522   2510    -12   
+ Misses         2036   2030     -6   
- Partials        141    142     +1   

Powered by Codecov. Last updated by 98d2a63...5c10d3d

@JLLeitschuh JLLeitschuh force-pushed the chore/testsWithMockFrameGrabberFactory branch from 5bf67cb to 65f924a Compare May 1, 2016 18:35
@JLLeitschuh JLLeitschuh force-pushed the chore/testsWithMockFrameGrabberFactory branch from 65f924a to 8f82ab3 Compare May 1, 2016 18:35
@JLLeitschuh JLLeitschuh merged commit 6861563 into WPIRoboticsProjects:master May 12, 2016
@JLLeitschuh JLLeitschuh deleted the chore/testsWithMockFrameGrabberFactory branch May 12, 2016 00:25
@AustinShalit AustinShalit added this to the v2.0.0 milestone Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants